From 5a23520376de9164662c6b0a72f54cbde231088b Mon Sep 17 00:00:00 2001 From: Jimi Xenidis Date: Thu, 21 Sep 2006 13:48:24 -0400 Subject: [PATCH] [POWERPC][XEN] attempt to adjust thread priority is futile and meaningless Signed-off-by: Jimi Xenidis Signed-off-by: Hollis Blanchard --HG-- extra : transplant_source : %F4%8C%D4%9FN%E2%1F%C4N%F2%FD%85U%3C%8C%20%08%DA%84%89 --- xen/include/asm-powerpc/delay.h | 1 - 1 file changed, 1 deletion(-) diff --git a/xen/include/asm-powerpc/delay.h b/xen/include/asm-powerpc/delay.h index 898528ed84..ea10a12bc3 100644 --- a/xen/include/asm-powerpc/delay.h +++ b/xen/include/asm-powerpc/delay.h @@ -34,7 +34,6 @@ static inline void udelay(unsigned long usecs) s = get_timebase(); do { - asm volatile("or 1,1,1"); /* also puts the thread to low priority */ e = get_timebase(); } while ((e-s) < ticks); } -- 2.30.2